From: Glenn Morris Date: Wed, 10 Nov 2010 04:09:49 +0000 (-0800) Subject: * lisp/gnus/smime.el (from): Remove unused declaration. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5739 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1d93a35aee4fed226874b11a482688896530fc82;p=emacs.git * lisp/gnus/smime.el (from): Remove unused declaration. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index caccbcaf27b..9a29788a925 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,5 +1,7 @@ 2010-11-10 Glenn Morris + * smime.el (from): Remove unused declaration. + * gnus-util.el (with-no-warnings): Remove compat stub, now unused. (gnus-float-time): On Emacs, always an alias. diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index acb50f11321..18b5dbd26dc 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el @@ -426,8 +426,6 @@ Any details (stdout and stderr) are left in the buffer specified by (insert-buffer-substring smime-details-buffer) nil)) -(defvar from) - (defun smime-decrypt-region (b e keyfile) "Decrypt S/MIME message in region between B and E with key in KEYFILE. On success, replaces region with decrypted data and return non-nil.